.cxslide {
	overflow:hidden;
	position:relative;
	width:475px;
	height:275px;
	border:1px solid #777;
	background:#000;
	/*margin:10px 10px;*/
}
.cxslide a {
	color:#eee;
	text-decoration:none;
}
.cxslide .box {
	overflow:hidden;
	position:relative;
	width:475px;
	height:275px;
	background-color:#000000;
}
.cxslide .list {
	overflow:hidden;
	width:9999px;
}
.cxslide .list li {
	float:left;
	position:relative;
	width:475px;
}
.cxslide .list li a {
	font-size: 16px;
	line-height: 30px;
}
.cxslide .list li a.text {
	padding-left: 5px;
	padding-right: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    display: block;
    height: 60px;
    background: #000;
	opacity: .8;
    filter: alpha(opacity=80);
}
.cxslide .list p {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:24px;
	color:#eee;
	font:12px/24px "\5b8b\4f53";
	text-indent:12px;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
	background:rgba(0, 0, 0, 0.6);
}
.cxslide .btn {
	overflow:hidden;
	position:absolute;
	bottom:4px;
	right:6px;
	z-index: 999;
}
.cxslide .btn li {
	float:left;
	width:16px;
	height:16px;
	margin:0 0 0 10px;
	border-radius:2px;
	background:#eee;
	color:#333;
	font:11px/16px Tahoma;
	text-align:center;
	cursor:pointer;
}
.cxslide .btn .selected {
	background:#f30;
	color:#fff;
}
.cxslide .minus, .cxslide .plus {
	position:absolute;
	top:100px;
	width:40px;
	height:50px;
	background-image:url(https://www.cqn.com.cn/plugin/cxslide/control.png);
	background-repeat:no-repeat;
	text-align:center;
	cursor:pointer;
}
.cxslide .minus {
	left:0;
	background-position:0 0;
}
.cxslide .plus {
	right:0;
	background-position:-40px 0;
}
.cxslide .minus:hover {
	background-position:0 -50px;
}
.cxslide .plus:hover {
	background-position:-40px -50px;
}
.cxslide ul ,.cxslide ul li{ margin:0 0;}
